topology creation method will invalidate the workspace. Generally, ArcSDE is used, and the element classes rarely do not register the version. Without the registration version, version tracing cannot be achieved.You cannot even cancel and redo the edits.
Topology checkTopology check with a registered version must be performed between one edit operation.''' ''' Performs a topology check on the specified layer and adds the topology result layer to the map
''' ''' ''' ''' Public sub validatetopol
This article simulates the identify (recognition) function in ArcMap by clicking on the feature to highlight it and pop up its property sheet! This article only made a click query!The environment used in this article is vs2010,aecengine based on the C # language, and the interface is made with Dev, which is slightly better than the Windows-brought form, with the following effects:Main implementation code (under Axmapcontrol1_onmousedown):1 itopologicaloperator
ifeaturelayer; ifeatureclass pfeatureclass = pfeaturelayer. featureclass; // set the position of the click point. ipoint point = pactiveview. screendisplay. displaytransformation. tomappoint (E. x, E. y); itopologicaloperator ptopo = point as itopologicaloperator; double length; length = convertpixelstomapunits (pactiveview, 4); igeometry pbuffer = pt OPO. buffer (length); igeometry pgeomentry = pbuffer. envelope; // The space filter ispatialfilter p
The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion;
products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the
content of the page makes you feel confusing, please write us an email, we will handle the problem
within 5 days after receiving your email.
If you find any instances of plagiarism from the community, please send an email to:
info-contact@alibabacloud.com
and provide relevant evidence. A staff member will contact you within 5 working days.